projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57b07f7
)
; * test/lisp/emacs-lisp/bytecomp-tests.el: Fix header and 'provide'.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Sep 2016 09:01:44 +0000
(12:01 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Sep 2016 09:01:44 +0000
(12:01 +0300)
test/lisp/emacs-lisp/bytecomp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/bytecomp-tests.el
b/test/lisp/emacs-lisp/bytecomp-tests.el
index 1e076a7a472865bdeedc75d16e7e1188976de61c..8847c1b59ea1ad0dd0399bbe41aa544c6312a4b5 100644
(file)
--- a/
test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/
test/lisp/emacs-lisp/bytecomp-tests.el
@@
-1,4
+1,4
@@
-;;; bytecomp-tests
uite
.el
+;;; bytecomp-tests.el
;; Copyright (C) 2008-2016 Free Software Foundation, Inc.
@@
-425,4
+425,5
@@
Subtests signal errors if something goes wrong."
;; no-byte-compile: t
;; End:
-(provide 'byte-opt-testsuite)
+(provide 'bytecomp-tests)
+;; bytecomp-tests.el ends here.